========================== ScreenMode Version 2.0 by Michael Pantazis ========================== *** SCRMODE.EXE is FREEWARE *** For command line help, enter "SCRMODE" with no parameters. ScreenMode allows you to change screen modes among 80x25, 80x43, or 80x50 (columns x lines) without ANSI.SYS in memory. I wrote this as a "I need something to..." type of utility--it does what I need and not much more. It will test for successful execution, returning an errorlevel number equal to the number of rows set. For example, running the command "SCRMODE 50" will return errorlevel 50 if successful. Running "SCRMODE 25" will return errorlevel 25. In all cases, if the mode change fails, or if you enter any number other than 25, 43, or 50, it will return errorlevel 1.